better deprecation annotation
authorMatthias Clasen <matthiasc@src.gnome.org>
Sat, 29 Nov 2008 07:06:37 +0000 (07:06 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sat, 29 Nov 2008 07:06:37 +0000 (07:06 +0000)
svn path=/trunk/; revision=21817

docs/reference/ChangeLog
docs/reference/gtk/tmpl/gtkcheckmenuitem.sgml

index 3945f3c13b76109d37518b37c066653713714459..62e9ca7b1f20f34563bdb4cf62c72229008d88d8 100644 (file)
@@ -1,5 +1,6 @@
 2008-11-29  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/tmpl/gtkcheckmenuitem.sgml:
        * gtk/tmpl/gtkcalendar.sgml: 
        * gtk/tmpl/gtkbbox.sgml: Improve deprecation annotations.
 
index 23bc39eeb91d943d8c706f906cb8c625c5cf5b2e..3149e1678afa838ef983f20c0a7a3b7bce7a2dc9 100644 (file)
@@ -104,10 +104,11 @@ Creates a new #GtkCheckMenuItem with a label.
 
 <!-- ##### MACRO gtk_check_menu_item_set_state ##### -->
 <para>
-This macro is provided to preserve compatibility with older code.
-New code should use gtk_check_menu_item_set_active() function instead.
+Sets the active state of the menu item's check box.
 </para>
 
+@Deprecated: Use gtk_check_menu_item_set_active() instead.
+
 
 
 <!-- ##### FUNCTION gtk_check_menu_item_get_active ##### -->